1bashThis demonstrates accessing the name of the currently executing function in Bash.my_function() { echo "Current function: ${FUNCNAME[0]}" } my_functionbash internalcode blocksfunction definitioncurrent function name